home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / prtrk131 / 2_0003.pr < prev    next >
Encoding:
Text File  |  1994-08-27  |  355 b   |  23 lines

  1. $DESCRIPTION:
  2. Version: 4.129
  3.  
  4. If the source code does not have a "}" to match ever "{" no error is reported.  For example, the code below does not cause an error message when compiled.
  5.  
  6.   void main()
  7.   {
  8.     int i;
  9.     for (i=1; i<10; i++)
  10.     {
  11.        printf("hello world/n");
  12.   }
  13.  
  14.  
  15.  
  16.  
  17. $INVESTIGATION:
  18.  
  19. $RESOLUTION:
  20.  
  21. $VERIFICATION:
  22.  
  23.